home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / GCC / CLIB / !clib / h / memory < prev    next >
Text File  |  1997-03-22  |  183b  |  11 lines

  1. /* memory.h.
  2.    An extension, not part of the original SharedCLibrary distribution.  */
  3.  
  4.  
  5. #ifndef __MEMORY_H
  6. #define __MEMORY_H 1
  7. #ifndef    __STRING_H
  8. #include <string.h>
  9. #endif
  10. #endif
  11.